object Form14: TForm14 Left = 334 Top = 108 Width = 678 Height = 149 Caption = 'Annotation' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnDeactivate = FormDeactivate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 10 Width = 135 Height = 16 Caption = 'Enter the annotation for' end object Edit1: TEdit Left = 10 Top = 30 Width = 651 Height = 24 Hint = 'The annotation entered here will print directly beneath the imag' + 'e. When you have entered the maximum number of characters (depe' + 'nds on image size), the input will not accept any more character' + 's.' ParentShowHint = False ShowHint = True TabOrder = 0 OnKeyPress = Edit1KeyPress end object BitBtn1: TBitBtn Left = 197 Top = 79 Width = 92 Height = 31 Hint = 'Tag the above annotation to the image.' Caption = 'Ok' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 364 Top = 79 Width = 93 Height = 31 Hint = 'Leave the previous annotation unchanged.' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BitBtn2Click Kind = bkCancel end object ListBox1: TListBox Left = 482 Top = 10 Width = 149 Height = 70 TabStop = False ItemHeight = 16 TabOrder = 3 Visible = False end end